home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 May / cmycha200305.iso / MutantStorm / setup_mutantstorm_demo.exe / {app} / script / level103.lua < prev    next >
Text File  |  2002-10-22  |  2KB  |  60 lines

  1. cur_level_num = 104
  2.  
  3. dofile("everything.lua")
  4.  
  5. c_add_a_path("edge-path", 0, 65 )
  6.  
  7. function LEVEL_start()
  8.         ticker = 0
  9.         pylon_start("square-1",90.0)
  10.         floor_start_random()
  11.         player_start( -4.6875e-005 , -3.51562e-005 , 0.0 )
  12. end
  13.  
  14. function LEVEL_gameloop()
  15.         everying_gameloop()
  16.  
  17. if ticker == 500 then
  18. actor_plopper( "chunk", 1,0,0,     27.7178,27.7178,15.874,15.874,    -90.0,147.0 )
  19. end
  20.  
  21. if ticker == 500 then
  22. actor_plopper( "chunk", 1,0,0,     27.7178,27.7178,-16.5087,-16.5087,    -90.0,147.0 )
  23. end
  24.  
  25. if ticker == 500 then
  26. actor_plopper( "chunk", 1,0,0,     -28.6576,-28.6576,-16.5087,-16.5087,    -90.0,147.0 )
  27. end
  28.  
  29. if ticker == 500 then
  30. actor_plopper( "chunk", 1,0,0,     -28.6576,-28.6576,15.874,15.874,    -90.0,147.0 )
  31. end
  32.  
  33. if ticker == 800 then
  34. actor_plopper( "robot_green_path", 15,0,2,     -50.8372,-39.0318,30.2756,-34.3702,    -90.0,0.0,    "edge-path" )
  35. end
  36.  
  37. if ticker == 800 then
  38. actor_plopper( "robot_green_path", 15,0,2,     -46.3099,46.0413,-38.1609,-26.3555,    -90.0,0.0,    "edge-path" )
  39. end
  40.  
  41. if ticker == 800 then
  42. actor_plopper( "robot_green_path", 15,0,2,     39.0456,50.851,30.2756,-34.3702,    -90.0,0.0,    "edge-path" )
  43. end
  44.  
  45. if ticker == 800 then
  46. actor_plopper( "robot_green_path", 15,0,2,     -46.3099,46.0413,25.496,37.3014,    -90.0,0.0,    "edge-path" )
  47. end
  48.  
  49. if ticker == 1500 then
  50. actor_plopper( "crystal_large", 1,0,0,     -46.3522,-46.3522,-1.66097,-1.66097,    -90.0,0.0 )
  51. end
  52.  
  53. if ticker == 1500 then
  54. actor_plopper( "crystal_large", 1,0,0,     45.7146,45.7146,-1.66097,-1.66097,    -90.0,0.0 )
  55. c_no_more_beasties_to_come()
  56. end
  57.  
  58. end
  59.  
  60.